-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(pop-api): further implementation of nfts api #21
Conversation
bc6cc43
to
101c759
Compare
c4fdf0f
to
5a2ec5b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! Left a few nit-picky comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good.
I guess we can address moving those primitives in the same PR that takes ParachainSystem
read state logic out of the general read_state()
function.
Are we coming back to having modules for the different implementations of the extension ? ;)
Implements the remaining runtime calls that were listed, along with a few queries.
Notes:
pop-api-primitives
topop-primitives
in a separate PR